object Form1: TForm1 Left = 314 Top = 291 Width = 406 Height = 225 Caption = 'Miniplay - The quick way to play files!' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 56 Top = 144 Width = 250 Height = 16 Caption = 'Double Click file above to start playing' end object MediaPlayer1: TMediaPlayer Left = 216 Top = 64 Width = 29 Height = 25 VisibleButtons = [] TabOrder = 5 end object FilterComboBox1: TFilterComboBox Left = 8 Top = 112 Width = 185 Height = 24 FileList = FileListBox1 Filter = 'Wave (*.wav)|*.wav|MIDI (*.mid)|*.mid' TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 200 Top = 112 Width = 185 Height = 22 DirList = DirectoryListBox1 TabOrder = 1 end object DirectoryListBox1: TDirectoryListBox Left = 200 Top = 8 Width = 185 Height = 97 FileList = FileListBox1 ItemHeight = 16 TabOrder = 2 end object FileListBox1: TFileListBox Left = 8 Top = 8 Width = 185 Height = 97 FileEdit = Edit1 ItemHeight = 16 Mask = '*.wav' TabOrder = 3 OnDblClick = Edit1Change end object Edit1: TEdit Left = 56 Top = 168 Width = 185 Height = 24 TabOrder = 4 Text = '*.wav' OnDblClick = Edit1Change end object Button1: TButton Left = 248 Top = 168 Width = 33 Height = 25 Caption = 'Stop' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = Button1Click end object Button2: TButton Left = 288 Top = 168 Width = 41 Height = 25 Caption = 'About' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = Button2Click end end